CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux 管道

搜索资源列表

  1. yfcomputer1

    0下载:
  2. 计算机操作系统技术实验类文章,主要介绍shell编程技术基础,主要介绍Linux下对于简单进程与进程之间通信,以及对于管道的应用问题。文件的共享,数据的访问。-Computer operating system technology experimental articles, and introduces the technical basis of shell programming, and introduces the communication between a simple pro
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:8150
    • 提供者:杨峰
  1. fifo

    0下载:
  2. linux下面实现的基于管道通信的聊天程序-linux below, the pipeline-based chat program to communicate
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:1960
    • 提供者:陈先生
  1. qiancheng

    0下载:
  2. linux下 写的myshell代码,可以cd功能,简单的命令支持管道,重定向-write myshell under linux code, cd function, a simple command to support pipes, redirection
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:37910
    • 提供者:亮亮
  1. Linuxpipe

    0下载:
  2. Linux环境进程间通信管道及有名管道.pdf-Linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:194026
    • 提供者:nihao
  1. msg

    0下载:
  2. linux系统下 进程间(管道、消息队列)的通信代码源码-interprocess communication code source linux system
  3. 所属分类:Driver develop

    • 发布日期:2017-12-06
    • 文件大小:5793
    • 提供者:罗杰
  1. full-duplex-communication-to-achieve

    0下载:
  2. Linux 中管道全双工通信实现,Linux in the pipeline full duplex communication to achieve-Linux in the pipeline full duplex communication to achieve, Linux in the pipeline full duplex communication to achieve
  3. 所属分类:Linux Network

    • 发布日期:2017-11-01
    • 文件大小:954
    • 提供者:ffhe
  1. mkfifo

    0下载:
  2. linux环境编程,无名管道实现聊天程序的源码-no thing
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-15
    • 文件大小:6774
    • 提供者:邓建华
  1. LAN-share-file-software

    0下载:
  2. 本软件为linux环境下对tcp/IP网络编程的课程设计。实现功能是:获取局域网内所有电脑的共享文件信息,并能从指定电脑多线程下载文件。并可以实现断点续传等功能。通过本课程设计熟悉了linux编程和网络编程,加深了对TCP/IP的了解。 主要工作:写了一个前台和用户交互的程序,写了一个后台和其他电脑通信的守护程序。前台负责发送命令到后台,并接收后台返回的信息。后台用消息队列和前台通信,并向远程客户端提供服务。用到主要编程技术有:多线程、多进程、消息队列、信号量、管道、FIFO、存储映射IO、
  3. 所属分类:Linux Network

    • 发布日期:2017-11-23
    • 文件大小:12991
    • 提供者:lewin
  1. fifo

    0下载:
  2. fifo 管道测试代码,linux下测试的-fifo test test test
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:1430
    • 提供者:严德志
  1. td3

    0下载:
  2. Linux编程 管道 多进程通信 管道重定向-Linux programming tube Multi-process communication tube redirect
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-26
    • 文件大小:63692
    • 提供者:The king C
  1. 8_cat

    0下载:
  2. 用管道实现cat,基于linux的C编程,没有头文件,需要自己添加- take use of pipe to work out cat
  3. 所属分类:Linux Network

    • 发布日期:2017-11-17
    • 文件大小:9884
    • 提供者:liyang
  1. wowus-pipe-69d48fe

    0下载:
  2. LInux 平台下Pile管道的封装。C语言实现。-LInux platform under the package Pile pipeline. C language.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-21
    • 文件大小:26482
    • 提供者:huo
  1. rec_enc_fifo_dec_ply

    0下载:
  2. linux下录音编码和解码播放,两个进程,一个负责采样编码,一个负责解码播放,两进程通过管道通信。-under linux recording encoding and decoding playback, the two processes, one is responsible for sampling encoding one responsible for decoding the play, the two processes by pipe communication.
  3. 所属分类:Audio program

    • 发布日期:2017-11-11
    • 文件大小:1903
    • 提供者:闫亚超
  1. SHELL

    0下载:
  2. shell的基本实现.重定向。管道等。 主要是用在LINUX环境下-discr iption of shell
  3. 所属分类:software engineering

    • 发布日期:2017-12-01
    • 文件大小:3728
    • 提供者:lunich
  1. Shell

    0下载:
  2. 一个linux命令解释器,包括完整的工程源码加设计文档。 本程序用C实现,实现了以下功能: 1、 能够执行外部程序命令,命令可以带参数; 2、 能够执行fg、bg、cd、history、exit等内部命令; 3、 使用管道和输入输出重定向; 4、 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前/后台状态,以及控制作业的挂起、中止与继续运行; 5、 使用Make工具建立工程; 6、 使用调试器gdb来调试程序;-
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-10
    • 文件大小:430723
    • 提供者:Hang
  1. 1

    0下载:
  2. Linux环境下实现一个能执行部分内部和外部命令、支持I/O重定向、管道和前后台作业及控制的简单的Shell命令解释器,采用C语言开发-Linux environment can be implemented to achieve a part of the internal and external commands, support for I/O redirection, pipes and front desk operations and control, a simple Shell
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4772
    • 提供者:chris
  1. Linux_chat

    0下载:
  2. Linux下高级编程,使用有名管道的方式的进程间通信技术来实现客户端和服务器的通信。-Advanced programming under Linux, using a named pipe of process communication technology to realize the client and server
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:15065
    • 提供者:李飞
  1. fifo

    0下载:
  2. 无名管道通信,学习管道通信的基础原理实现LInux环境下的管道通信方式 -Unnamed pipe communication, to achieve LInux environment pipeline communication
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:595
    • 提供者:刘超
  1. pipe

    0下载:
  2. 这是一篇关于linux中的管道的文章,详细介绍了管道的工作原理,非常有参考价值-This is an article on the pipeline linux article, detailing the working principle of the pipeline, a very valuable reference
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:399433
    • 提供者:熊熊
  1. pipe

    0下载:
  2. linux下的管道的源代码,可以实现,非常有参考价值-pipeline under linux source code, you can achieve a very valuable reference
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:28203
    • 提供者:熊熊
« 1 2 ... 4 5 6 7 8 910 »
搜珍网 www.dssz.com